home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / ishido / Imakefile < prev    next >
Encoding:
Makefile  |  1995-05-03  |  159 b   |  9 lines

  1. LOCAL_LIBRARIES = $(XLIB)
  2.  
  3. OBJS= gl.o ishido.o
  4. SRCS= gl.c ishido.c
  5.  
  6. DEFINES = -DHIGH_SCORE_FILE='"/usr/games/lib/ishido_scores"'
  7.  
  8. ComplexProgramTarget(ishido)
  9.